public PDFFlowTableContent( int columnCount ) |
Parameters
- columnCount
- The number of columns in the table.
public PDFFlowTableContent( int columnCount ) |
| Exception | Description |
|---|---|
| java.lang.IllegalArgumentException | Thrown when columnCount is less than or equal to zero. |